Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unescape single quotes in Magento translation files #46

Merged

Conversation

tmotyl
Copy link
Contributor

@tmotyl tmotyl commented Oct 8, 2015

Signle quotes have to be escaped in PHP when label is wrapped in ''
however in csv it's not needed and causes that some labels are not translated.

Fixes #27

Signle quotes have to be escaped in PHP when label is wrapped in ''
however in csv it's not needed and causes that some labels are not translated.

Fixes OpenMage#27
LeeSaferite added a commit that referenced this pull request Oct 28, 2015
Unescape single quotes in Magento translation files
@LeeSaferite LeeSaferite merged commit eda38f6 into OpenMage:1.9.2.1 Oct 28, 2015
edannenberg pushed a commit to edannenberg/magento-lts that referenced this pull request Dec 6, 2017
Single quotes have to be escaped in PHP when label is wrapped in ''
however in csv it's not needed and causes that some labels are not translated.

Fixes OpenMage#27
edannenberg added a commit to edannenberg/magento-lts that referenced this pull request Dec 6, 2017
The upstream merges for some 1.9.3.x releases introduced a few inconsistencies:

* cms_generate_breadcrumbs event is fired twice
* related to the above dd41230 is applied to wrong code block
* few locale .csv have now escaped single quote entries along with the entries where those got removed in OpenMage#46
* OpenMage#21 got reverted at some point
* var/package dir has 5 obsolete xml files
* slightly different configuration in Sales, SalesRule and Tax config.xml
* Mage_SalesRule_Model_Validator is outdated compared with latest from 1.9.3.7
@sreichel sreichel added the bug label Jan 11, 2018
edannenberg pushed a commit to edannenberg/magento-lts that referenced this pull request Feb 28, 2018
Single quotes have to be escaped in PHP when label is wrapped in ''
however in csv it's not needed and causes that some labels are not translated.

Fixes OpenMage#27
colinmollenhour pushed a commit that referenced this pull request Mar 9, 2018
The upstream merges for some 1.9.3.x releases introduced a few inconsistencies:

* cms_generate_breadcrumbs event is fired twice
* related to the above dd41230 is applied to wrong code block
* few locale .csv have now escaped single quote entries along with the entries where those got removed in #46
* #21 got reverted at some point
* var/package dir has 5 obsolete xml files
* slightly different configuration in Sales, SalesRule and Tax config.xml
* Mage_SalesRule_Model_Validator is outdated compared with latest from 1.9.3.7
edannenberg pushed a commit to edannenberg/magento-lts that referenced this pull request Jul 17, 2018
Single quotes have to be escaped in PHP when label is wrapped in ''
however in csv it's not needed and causes that some labels are not translated.

Fixes OpenMage#27
edannenberg pushed a commit to edannenberg/magento-lts that referenced this pull request Sep 19, 2018
Single quotes have to be escaped in PHP when label is wrapped in ''
however in csv it's not needed and causes that some labels are not translated.

Fixes OpenMage#27
edannenberg pushed a commit to edannenberg/magento-lts that referenced this pull request Feb 14, 2019
Single quotes have to be escaped in PHP when label is wrapped in ''
however in csv it's not needed and causes that some labels are not translated.

Fixes OpenMage#27
edannenberg pushed a commit to edannenberg/magento-lts that referenced this pull request Apr 1, 2019
Single quotes have to be escaped in PHP when label is wrapped in ''
however in csv it's not needed and causes that some labels are not translated.

Fixes OpenMage#27
edannenberg pushed a commit to edannenberg/magento-lts that referenced this pull request Aug 22, 2019
Single quotes have to be escaped in PHP when label is wrapped in ''
however in csv it's not needed and causes that some labels are not translated.

Fixes OpenMage#27
edannenberg pushed a commit to edannenberg/magento-lts that referenced this pull request Oct 25, 2019
Single quotes have to be escaped in PHP when label is wrapped in ''
however in csv it's not needed and causes that some labels are not translated.

Fixes OpenMage#27
edannenberg pushed a commit to edannenberg/magento-lts that referenced this pull request Aug 20, 2020
Single quotes have to be escaped in PHP when label is wrapped in ''
however in csv it's not needed and causes that some labels are not translated.

Fixes OpenMage#27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants